Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port to Gtk4 #358

Draft
wants to merge 104 commits into
base: master
Choose a base branch
from
Draft

Port to Gtk4 #358

wants to merge 104 commits into from

Conversation

lenemter
Copy link
Member

@lenemter lenemter commented Jun 4, 2023

Fixes #317

To do:

@lenemter lenemter marked this pull request as draft June 4, 2023 12:55
Comment on lines +195 to +199
assert (source_rows[source] != null);
listbox.select_row (source_rows[source]);

} else if (last_selected_list == source.uid) {
assert (source_rows[source] != null);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

was there a reason to add asserts here?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In Progress
Development

Successfully merging this pull request may close these issues.

Port Tasks to GTK4
2 participants